Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MyCheckUpdate

Checks to see if a frame update is necessary. When creating a frame you must designate a callback function to check if a frame update is needed. For example, this is how you would define your update check function if you were to name it MyCheckUpdate:

void MyCheckUpdate(JMFrameRef frame);
frame
The frame to be checked.
DISCUSSION
This function may be called to enable updates for interactions such as live scrolling or other mouse-tracking maneuvers. If the function determines that an update is necessary, it should call the JMFrameUpdate function to perform the update.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help